Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #107

Merged
merged 1 commit into from
May 1, 2024
Merged

Update dependencies #107

merged 1 commit into from
May 1, 2024

Conversation

moCello
Copy link
Member

@moCello moCello commented Apr 10, 2024

Resolves: #106

@HDauven HDauven linked an issue Apr 24, 2024 that may be closed by this pull request
@moCello moCello force-pushed the plonk-0.19 branch 4 times, most recently from a6a7928 to 885a51f Compare May 1, 2024 08:27
Copy link
Member

@ureeves ureeves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice stabilization test!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As much as I would like to take credit here, I'm afraid that I initially changed the string that we hash to obtain the secret key from "SSK" to "SK" which was not a good idea in hindsight... @herr-seppia helped a lot finding that mistake and suggested to add a test so that this doesn't happen again.

tests/mock.rs Show resolved Hide resolved
Copy link
Member

@xevisalle xevisalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the comments on the keys! 🙂

src/tx.rs Outdated Show resolved Hide resolved
src/tx.rs Outdated Show resolved Hide resolved
Copy link
Member

@xevisalle xevisalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, considering that the key names will be changed in a future PR.

- Replace `dusk-schnorr` with `jubjub-schnorr` 0.2
- Replace `dusk-bls12_381-sign` with `bls12_381-bls` 0.2
- Update `dusk-poseidon` 0.31 -> 0.33
- Update `dusk-plonk` 0.16 -> 0.19
- Update `poseidon-merkle` 0.3 -> 0.5
- Update `phoenix-core` 0.21 -> 0.26
- Update 'rusk-abi' 0.13.0-rc -> 0.14.0-rc
- Update `stake-contract-types` 0.0.1-rc.2 -> 0.1.0-rc

- Rename `Wallet::public_key` to `Wallet::stake_public_key`
- Rename `Wallet::public_spend_key` to `Wallet::public_key`
- Rename `derive_sk` to `derive_stake_sk`
- Rename `derive_ssk` to `derive_sk`
- Rename `retrieve_sk` to `retrieve_stake_sk`
- Rename `retrieve_ssk` to `retrieve_sk`
- Rename `ffi::public_spend_key` to `ffi::public_key
- Rename `UnprovenTransactionInput::pk_r` to `note_pk_prime`
@moCello moCello merged commit f5ce4fb into plonk.0.16 May 1, 2024
4 checks passed
@moCello moCello deleted the plonk-0.19 branch May 1, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependencies
3 participants